[tutorial] A Simple Start -- Setting Up & Making A Simple Layer

Nov 19, 2002 01:57

  1. Create account on http://fb.callete.com.
  2. Go to "Manage Account".
  3. Go to "Galleries".
  4. Go to "Create Gallery".
  5. Enter a name and fill in other fields if desired.

Leave a comment

Comments 16

babyblu86 November 19 2002, 02:25:34 UTC
Taking back completely lost thing. Think I was messing around with it before you posted this..

Just want to say thanks, again :) For the "testing" thing, as well as for the instructions and things. Helpful? *nods* :)

Reply

asciident November 19 2002, 02:27:22 UTC
Glad you're finding it useful. I'll put some intermediate and advanced things up tonight/tomorrow too. :)

Reply

babyblu86 November 19 2002, 02:39:54 UTC
Yay ascii! :D

Reply


eefster November 19 2002, 03:26:56 UTC
Could I possibly make the recommendation that there be a 'Save, then compile' option down at the bottom as opposed to just 'Compile'? I had a compilation error in the layout I was trying to create, so the entire thing got wiped and I have to start over.
It's not too much of a big deal because I'm mostly just copying and pasting from current styles, but had I created it entirely from scratch I'd be very very upset right now.

[I know this isn't directed at you yourself, but figured you would know to whom it should go.]

Reply

eefster November 19 2002, 04:51:06 UTC
More thoughts (I have them occasionally, but they never seem to come at the same time ( ... )

Reply

supersat November 19 2002, 05:03:06 UTC
To answer your questions:

1 and 2. The core layer defines all built-in functions and classes used. You can browse all global functions, classes, members, and their methods at http://fb.callete.com/site/tech/layerbrowse?id=core1 .

3. $.blah does indeed mean $this.blah. The -> operator is used to call functions in classes. See the language reference at http://www.livejournal.org/s2/LanguageReference for more info.

4. Triple-quoted strings allow you to use quotation marks without escaping them. These are useful for when you're dealing with a lot of HTML. For example, these are equivalent:

"
... )

Reply

eefster November 19 2002, 05:37:17 UTC
Woops, just got the notification email for this one; hadn't thought to check the entire page to see if the others were answered. Thanks for the other Language and core links too. :)

Reply


finding_helena November 24 2002, 14:39:48 UTC
So when I go to the gallery, is it supposed to display everything at 200x200? Because it looks like everything is displaying at normal size. Or is the thumbnail only for previews? I'm confused by the thumbnail.

Reply


Leave a comment

Up